home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <dialog id="ila_donothing" title="Search Video"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="accept"
- defaultbutton="accept"
- ondialogaccept="FlashVDSearchVideo.search(event);"
- autosize="true"
- resizable="no">
- <script type="application/x-javascript" src="chrome://flashvideodownloader/content/searchvideo.js"/>
- <spacer height="2" />
- <box id="box" orient="horizontal">
- <button id="search" dlgtype="accept" disabled="true" label="Search " image="chrome://flashvideodownloader/skin/fvd_16.png" dir="reverse"/>
- <textbox id="search_key" type="search" style="width:230px;" value=""
- oncommand="FlashVDSearchVideo.chek_status(event);"
- onkeypress="FlashVDSearchVideo.search_if_pressed_enter(event);"
- />
- </box>
- <caption style="padding-left:76px;color:gray;font-size:80%;" label="enter the keywords to search video" />
- <spacer height="2" />
- <script>
- FlashVDSearchVideo.init();
- </script>
- </dialog>